toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.dom.event
/
[jvm]CustomEventParams
Custom
Event
Params
interface
CustomEventParams
:
EventParams
The parameters of the custom DOM event.
Since
7.21
Members
Types
Builder
Link copied to clipboard
class
Builder
A builder of
CustomEventParams
.
Functions
detail
Link copied to clipboard
open
fun
<
T
>
detail
(
)
:
T
Returns the payload of the custom event.
is
Bubbles
Link copied to clipboard
open
fun
isBubbles
(
)
:
Boolean
Returns
true
if the event bubbles up through the DOM.
is
Cancelable
Link copied to clipboard
open
fun
isCancelable
(
)
:
Boolean
Returns
true
if the event can be canceled, and therefore prevented as if the event never happened.
is
Trusted
Link copied to clipboard
open
fun
isTrusted
(
)
:
Boolean
Returns
true
if the event is trusted, and therefore was generated by a user action.
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
document
:
Document
)
:
CustomEventParams.Builder
Creates a new
CustomEventParams
builder.
open
fun
newBuilder
(
)
:
EventParams.Builder
Creates a new
EventParams
builder.